-
Notifications
You must be signed in to change notification settings - Fork 146
fix: remove pending actors metric, fix actor error tracker, engine runner error print #3797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 01-08-chore_engine_add_support_for_epoxy_debugging
Are you sure you want to change the base?
Conversation
d0fc897 to
3f0e751
Compare
ce9397d to
a6a1a86
Compare
Code ReviewThis PR makes several small but important fixes. Overall the changes look good, but I have a few observations and suggestions: ✅ Positive Changes
🔍 Observations
🐛 Potential IssueError in runner2.rs Metric Name (metrics.rs:26-31) - This appears to be a pre-existing bug, but worth noting: pub static ref SERVERLESS_OUTBOUND_REQ_TOTAL: IntCounterVec = register_int_counter_vec_with_registry!(
"pegboard_runner_version_upgrade_drain_total", // ❌ Wrong metric name
"Count of serverless outbound requests made.",
&["namespace_id", "runner_name"],
*REGISTRY
).unwrap();The metric name is duplicated from 📝 Suggestions
SummaryThe changes are well-targeted and improve code clarity. The error tracking fix is particularly good as it makes the crash handling logic more explicit. Just consider the cleanup suggestions above to fully remove traces of the unused metric. |
Code Review - PR #3797SummaryThis PR makes three focused improvements:
Detailed Feedback✅ Strengths1. Metric Removal (runner.rs & runner2.rs)
2. Actor Error Tracking Fix (actor/mod.rs:1061-1065)
3. TypeScript Error Formatting (runner/src/mod.ts:876)
4. Instrumentation Addition (pegboard-runner/src/conn.rs:257)
|
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/virtual-websocket
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
Pull Request ReviewThis PR makes several focused fixes related to Pegboard actor/runner error handling and metrics. Here's my analysis: ✅ Positive Changes
|
3f0e751 to
1ba3107
Compare
a6a1a86 to
8b32560
Compare
1ba3107 to
22e1cee
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
d789061 to
df64d01
Compare
22e1cee to
2701da3
Compare
2701da3 to
7057252
Compare
df64d01 to
0a56839
Compare
0a56839 to
e11706d
Compare
7057252 to
373f6cf
Compare
373f6cf to
ff1afac
Compare
e11706d to
fbe3ebc
Compare

No description provided.